Searched defs:Address (Results 76 - 100 of 107) sorted by relevance

12345

/external/chromium_org/third_party/mesa/src/src/glx/
H A Dglxcmds.c2471 GLvoid *Address; member in struct:name_address_pair
2620 return GLX_functions[i].Address;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
H A Dglxapi.c1225 __GLXextFuncPtr Address; member in struct:name_address_pair
1387 return GLX_functions[i].Address;
/external/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2735 Value *Address = getValue(Record, 1, NextValueNo, OpTy); local
2736 if (!OpTy || !Address)
2739 IndirectBrInst *IBI = IndirectBrInst::Create(Address, NumDests);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp714 const Value *Address = DI->getAddress(); local
715 if (!Address || isa<UndefValue>(Address)) {
722 if (const Argument *Arg = dyn_cast<Argument>(Address))
728 if (unsigned Reg = lookUpRegForValue(Address))
742 if (!Op && !Address->use_empty() && isa<Instruction>(Address) &&
743 (!isa<AllocaInst>(Address) ||
744 !FuncInfo.StaticAllocaMap.count(cast<AllocaInst>(Address))))
745 Op = MachineOperand::CreateReg(FuncInfo.InitializeRegForValue(Address),
[all...]
/external/llvm/lib/MC/
H A DELFObjectWriter.cpp288 uint64_t Address, uint64_t Offset,
1312 uint64_t Flags, uint64_t Address,
1320 WriteWord(Address); // sh_addr
1311 WriteSecHdrEntry(uint32_t Name, uint32_t Type, uint64_t Flags, uint64_t Address, uint64_t Offset, uint64_t Size, uint32_t Link, uint32_t Info, uint64_t Alignment, uint64_t EntrySize) argument
/external/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp44 class Address { class in class:__anon25940::AArch64FastISel
60 Address() : Kind(RegBase), Offset(0) { Base.Reg = 0; } function in class:__anon25940::AArch64FastISel::Address
115 bool ComputeAddress(const Value *Obj, Address &Addr);
116 bool SimplifyAddress(Address &Addr, MVT VT, int64_t ScaleFactor,
118 void AddLoadStoreOperands(Address &Addr, const MachineInstrBuilder &MIB,
121 bool TryEmitSmallMemCpy(Address Dest, Address Src, uint64_t Len,
125 bool EmitLoad(MVT VT, unsigned &ResultReg, Address Addr,
127 bool EmitStore(MVT VT, unsigned SrcReg, Address Addr,
306 bool AArch64FastISel::ComputeAddress(const Value *Obj, Address
[all...]
/external/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp64 typedef struct Address { struct in namespace:__anon26084
78 Address() function in struct:__anon26084::Address
82 } Address; typedef in namespace:__anon26084
145 bool PPCEmitLoad(MVT VT, unsigned &ResultReg, Address &Addr,
148 bool PPCEmitStore(MVT VT, unsigned SrcReg, Address &Addr);
149 bool PPCComputeAddress(const Value *Obj, Address &Addr);
150 void PPCSimplifyAddress(Address &Addr, MVT VT, bool &UseOffset,
281 // Given a value Obj, create an Address object Addr that represents its
283 bool PPCFastISel::PPCComputeAddress(const Value *Obj, Address &Addr) {
316 Address SavedAdd
[all...]
/external/llvm/lib/Target/R600/
H A DSIInstrInfo.cpp1544 unsigned Address, unsigned OffsetReg) const {
1562 unsigned Address, unsigned OffsetReg) const {
1540 buildIndirectWrite( MachineBasicBlock *MBB, MachineBasicBlock::iterator I, unsigned ValueReg, unsigned Address, unsigned OffsetReg) const argument
1558 buildIndirectRead( MachineBasicBlock *MBB, MachineBasicBlock::iterator I, unsigned ValueReg, unsigned Address, unsigned OffsetReg) const argument
/external/mesa3d/src/glx/
H A Dglxcmds.c2471 GLvoid *Address; member in struct:name_address_pair
2620 return GLX_functions[i].Address;
/external/mesa3d/src/mesa/drivers/x11/
H A Dglxapi.c1225 __GLXextFuncPtr Address; member in struct:name_address_pair
1387 return GLX_functions[i].Address;
/external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA2/
H A Ddsa.cpp505 TUint8* Address();
536 TUint8* CDsbSurface::Address() function in class:CDsbSurface
617 TUint8* addr = iSurface1->Address();
619 addr = iSurface2->Address();
H A Ddsa_new.cpp224 TUint8* Address();
255 TUint8* CDsbSurface::Address() function in class:CDsbSurface
335 TUint8* addr = iSurface1->Address();
337 addr = iSurface2->Address();
/external/chromium_org/v8/src/
H A Dglobals.h101 typedef byte* Address; typedef in namespace:v8::internal
196 (reinterpret_cast<v8::internal::Address>(reinterpret_cast<intptr_t>(f)))
202 F FUNCTION_CAST(Address addr) {
257 const Address kZapValue =
258 reinterpret_cast<Address>(V8_UINT64_C(0xdeadbeedbeadbeef));
259 const Address kHandleZapValue =
260 reinterpret_cast<Address>(V8_UINT64_C(0x1baddead0baddeaf));
261 const Address kGlobalHandleZapValue =
262 reinterpret_cast<Address>(V8_UINT64_C(0x1baffed00baffedf));
263 const Address kFromSpaceZapValu
[all...]
/external/clang/lib/CodeGen/
H A DCodeGenFunction.h1730 llvm::Value *Address);
1747 llvm::Value *Address; member in class:clang::CodeGen::CodeGenFunction::AutoVarEmission
1765 : Variable(&variable), Address(nullptr), NRVOFlag(nullptr),
1769 bool wasEmittedAsGlobal() const { return Address == nullptr; }
1785 return Address;
1792 if (!IsByRef) return Address;
1794 return CGF.Builder.CreateStructGEP(Address,
H A DCGBuiltin.cpp421 Value *Locality, *RW, *Address = EmitScalarExpr(E->getArg(0)); local
429 return RValue::get(Builder.CreateCall4(F, Address, RW, Locality, Data));
661 Value *Address = EmitScalarExpr(E->getArg(0)); local
665 Address, SrcAddr, SizeVal);
666 return RValue::get(Address);
752 Value *Address = EmitScalarExpr(E->getArg(0)); local
753 Value *Result = getTargetHooks().decodeReturnAddress(*this, Address);
757 Value *Address = EmitScalarExpr(E->getArg(0)); local
758 Value *Result = getTargetHooks().encodeReturnAddress(*this, Address);
772 Value *Address local
5655 Value *Address = EmitScalarExpr(E->getArg(0)); local
[all...]
H A DCGExpr.cpp450 llvm::Value *Address,
458 if (Address->getType()->getPointerAddressSpace())
467 Address, llvm::Constant::getNullValue(Address->getType()));
484 // FIXME: If Address Sanitizer is enabled, insert dynamic instrumentation
490 llvm::Value *CastAddr = Builder.CreateBitCast(Address, Int8PtrTy);
507 Builder.CreateAnd(Builder.CreatePtrToInt(Address, IntPtrTy),
522 EmitCheck(Cond, "type_mismatch", StaticData, Address, CRK_Recoverable);
552 llvm::Value *VPtrAddr = Builder.CreateBitCast(Address, VPtrTy);
581 llvm::Value *DynamicData[] = { Address, Has
449 EmitTypeCheck(TypeCheckKind TCK, SourceLocation Loc, llvm::Value *Address, QualType Ty, CharUnits Alignment) argument
2320 llvm::Value *Address = nullptr; local
[all...]
/external/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp77 cl::desc("Address sinking in CGP using GEPs."));
2430 Value *Address = User->getOperand(OpNo); local
2431 if (!Address->getType()->isPointerTy())
2433 Type *AddressAccessTy = Address->getType()->getPointerElementType();
2445 bool Success = Matcher.MatchAddr(Address, 0);
/external/llvm/lib/IR/
H A DInstructions.cpp3461 void IndirectBrInst::init(Value *Address, unsigned NumDests) { argument
3462 assert(Address && Address->getType()->isPointerTy() &&
3463 "Address of indirectbr must be a pointer");
3468 OperandList[0] = Address;
3488 IndirectBrInst::IndirectBrInst(Value *Address, unsigned NumCases, argument
3490 : TerminatorInst(Type::getVoidTy(Address->getContext()),Instruction::IndirectBr,
3492 init(Address, NumCases);
3495 IndirectBrInst::IndirectBrInst(Value *Address, unsigned NumCases, argument
3497 : TerminatorInst(Type::getVoidTy(Address
[all...]
/external/llvm/lib/Target/ARM/
H A DARMFastISel.cpp57 typedef struct Address { struct in namespace:__anon25970
71 Address() function in struct:__anon25970::Address
75 } Address; typedef in namespace:__anon25970
173 bool ARMEmitLoad(MVT VT, unsigned &ResultReg, Address &Addr,
176 bool ARMEmitStore(MVT VT, unsigned SrcReg, Address &Addr,
178 bool ARMComputeAddress(const Value *Obj, Address &Addr);
179 void ARMSimplifyAddress(Address &Addr, MVT VT, bool useAM3);
181 bool ARMTryEmitSmallMemCpy(Address Dest, Address Src, uint64_t Len,
218 void AddLoadStoreOperands(MVT VT, Address
[all...]
/external/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp151 uint64_t Address, const void *Decoder);
153 unsigned RegNo, uint64_t Address,
156 unsigned RegNo, uint64_t Address,
159 uint64_t Address, const void *Decoder);
161 uint64_t Address, const void *Decoder);
163 uint64_t Address, const void *Decoder);
165 uint64_t Address, const void *Decoder);
167 uint64_t Address, const void *Decoder);
169 uint64_t Address, const void *Decoder);
171 uint64_t Address, cons
415 getInstruction(MCInst &MI, uint64_t &Size, const MemoryObject &Region, uint64_t Address, raw_ostream &os, raw_ostream &cs) const argument
536 tryAddingSymbolicOperand(uint64_t Address, int32_t Value, bool isBranch, uint64_t InstSize, MCInst &MI, const void *Decoder) argument
554 tryAddingPcLoadReferenceComment(uint64_t Address, int Value, const void *Decoder) argument
683 getInstruction(MCInst &MI, uint64_t &Size, const MemoryObject &Region, uint64_t Address, raw_ostream &os, raw_ostream &cs) const argument
880 DecodeGPRRegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Address, const void *Decoder) argument
891 DecodeGPRnopcRegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Address, const void *Decoder) argument
904 DecodeGPRwithAPSRRegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Address, const void *Decoder) argument
918 DecodetGPRRegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Address, const void *Decoder) argument
930 DecodeGPRPairRegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Address, const void *Decoder) argument
945 DecodetcGPRRegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Address, const void *Decoder) argument
975 DecoderGPRRegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Address, const void *Decoder) argument
995 DecodeSPRRegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Address, const void *Decoder) argument
1016 DecodeDPRRegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Address, const void *Decoder) argument
1026 DecodeDPR_8RegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Address, const void *Decoder) argument
1034 DecodeDPR_VFP2RegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Address, const void *Decoder) argument
1049 DecodeQPRRegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Address, const void *Decoder) argument
1069 DecodeDPairRegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Address, const void *Decoder) argument
1090 DecodeDPairSpacedRegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Address, const void *Decoder) argument
1102 DecodePredicateOperand(MCInst &Inst, unsigned Val, uint64_t Address, const void *Decoder) argument
1116 DecodeCCOutOperand(MCInst &Inst, unsigned Val, uint64_t Address, const void *Decoder) argument
1125 DecodeSOImmOperand(MCInst &Inst, unsigned Val, uint64_t Address, const void *Decoder) argument
1134 DecodeSORegImmOperand(MCInst &Inst, unsigned Val, uint64_t Address, const void *Decoder) argument
1171 DecodeSORegRegOperand(MCInst &Inst, unsigned Val, uint64_t Address, const void *Decoder) argument
1206 DecodeRegListOperand(MCInst &Inst, unsigned Val, uint64_t Address, const void *Decoder) argument
1243 DecodeSPRRegListOperand(MCInst &Inst, unsigned Val, uint64_t Address, const void *Decoder) argument
1267 DecodeDPRRegListOperand(MCInst &Inst, unsigned Val, uint64_t Address, const void *Decoder) argument
1292 DecodeBitfieldMaskOperand(MCInst &Inst, unsigned Val, uint64_t Address, const void *Decoder) argument
1319 DecodeCopMemInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
1469 DecodeAddrMode2IdxInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
1574 DecodeSORegMemOperand(MCInst &Inst, unsigned Val, uint64_t Address, const void *Decoder) argument
1618 DecodeAddrMode3Instruction(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
1809 DecodeRFEInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
1838 DecodeQADDInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
1861 DecodeMemMultipleWritebackInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
1952 DecodeCPSInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
1999 DecodeT2CPSInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
2041 DecodeT2MOVTWInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
2065 DecodeArmMOVTWInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
2092 DecodeSMLAInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
2120 DecodeAddrModeImm12Operand(MCInst &Inst, unsigned Val, uint64_t Address, const void *Decoder) argument
2140 DecodeAddrMode5Operand(MCInst &Inst, unsigned Val, uint64_t Address, const void *Decoder) argument
2159 DecodeAddrMode7Operand(MCInst &Inst, unsigned Val, uint64_t Address, const void *Decoder) argument
2165 DecodeT2BInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
2192 DecodeBranchImmInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
2218 DecodeAddrMode6Operand(MCInst &Inst, unsigned Val, uint64_t Address, const void *Decoder) argument
2235 DecodeVLDInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
2509 DecodeVLDST1Instruction(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
2522 DecodeVLDST2Instruction(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
2537 DecodeVLDST3Instruction(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
2550 DecodeVLDST4Instruction(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
2560 DecodeVSTInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
2831 DecodeVLD1DupInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
2878 DecodeVLD2DupInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
2926 DecodeVLD3DupInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
2961 DecodeVLD4DupInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
3016 DecodeNEONModImmInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
3061 DecodeVSHLMaxInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
3080 DecodeShiftRight8Imm(MCInst &Inst, unsigned Val, uint64_t Address, const void *Decoder) argument
3086 DecodeShiftRight16Imm(MCInst &Inst, unsigned Val, uint64_t Address, const void *Decoder) argument
3092 DecodeShiftRight32Imm(MCInst &Inst, unsigned Val, uint64_t Address, const void *Decoder) argument
3098 DecodeShiftRight64Imm(MCInst &Inst, unsigned Val, uint64_t Address, const void *Decoder) argument
3104 DecodeTBLInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
3140 DecodeThumbAddSpecialReg(MCInst &Inst, uint16_t Insn, uint64_t Address, const void *Decoder) argument
3164 DecodeThumbBROperand(MCInst &Inst, unsigned Val, uint64_t Address, const void *Decoder) argument
3172 DecodeT2BROperand(MCInst &Inst, unsigned Val, uint64_t Address, const void *Decoder) argument
3180 DecodeThumbCmpBROperand(MCInst &Inst, unsigned Val, uint64_t Address, const void *Decoder) argument
3188 DecodeThumbAddrModeRR(MCInst &Inst, unsigned Val, uint64_t Address, const void *Decoder) argument
3203 DecodeThumbAddrModeIS(MCInst &Inst, unsigned Val, uint64_t Address, const void *Decoder) argument
3217 DecodeThumbAddrModePC(MCInst &Inst, unsigned Val, uint64_t Address, const void *Decoder) argument
3227 DecodeThumbAddrModeSP(MCInst &Inst, unsigned Val, uint64_t Address, const void *Decoder) argument
3235 DecodeT2AddrModeSOReg(MCInst &Inst, unsigned Val, uint64_t Address, const void *Decoder) argument
3263 DecodeT2LoadShift(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
3334 DecodeT2LoadImm8(MCInst &Inst, unsigned Insn, uint64_t Address, const void* Decoder) argument
3398 DecodeT2LoadImm12(MCInst &Inst, unsigned Insn, uint64_t Address, const void* Decoder) argument
3463 DecodeT2LoadT(MCInst &Inst, unsigned Insn, uint64_t Address, const void* Decoder) argument
3502 DecodeT2LoadLabel(MCInst &Inst, unsigned Insn, uint64_t Address, const void* Decoder) argument
3547 DecodeT2Imm8S4(MCInst &Inst, unsigned Val, uint64_t Address, const void *Decoder) argument
3561 DecodeT2AddrModeImm8s4(MCInst &Inst, unsigned Val, uint64_t Address, const void *Decoder) argument
3576 DecodeT2AddrModeImm0_1020s4(MCInst &Inst,unsigned Val, uint64_t Address, const void *Decoder) argument
3591 DecodeT2Imm8(MCInst &Inst, unsigned Val, uint64_t Address, const void *Decoder) argument
3604 DecodeT2AddrModeImm8(MCInst &Inst, unsigned Val, uint64_t Address, const void *Decoder) argument
3650 DecodeT2LdStPre(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
3711 DecodeT2AddrModeImm12(MCInst &Inst, unsigned Val, uint64_t Address, const void *Decoder) argument
3737 DecodeThumbAddSPImm(MCInst &Inst, uint16_t Insn, uint64_t Address, const void *Decoder) argument
3748 DecodeThumbAddSPReg(MCInst &Inst, uint16_t Insn, uint64_t Address, const void *Decoder) argument
3773 DecodeThumbCPS(MCInst &Inst, uint16_t Insn, uint64_t Address, const void *Decoder) argument
3784 DecodePostIdxReg(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
3797 DecodeThumbBLXOffset(MCInst &Inst, unsigned Val, uint64_t Address, const void *Decoder) argument
3821 DecodeCoprocessor(MCInst &Inst, unsigned Val, uint64_t Address, const void *Decoder) argument
3836 DecodeThumbTableBranch(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
3852 DecodeThumb2BCCInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
3894 DecodeT2SOImm(MCInst &Inst, unsigned Val, uint64_t Address, const void *Decoder) argument
3926 DecodeThumbBCCTargetOperand(MCInst &Inst, unsigned Val, uint64_t Address, const void *Decoder) argument
3934 DecodeThumbBLTargetOperand(MCInst &Inst, unsigned Val, uint64_t Address, const void *Decoder) argument
3957 DecodeMemBarrierOption(MCInst &Inst, unsigned Val, uint64_t Address, const void *Decoder) argument
3966 DecodeInstSyncBarrierOption(MCInst &Inst, unsigned Val, uint64_t Address, const void *Decoder) argument
3975 DecodeMSRMask(MCInst &Inst, unsigned Val, uint64_t Address, const void *Decoder) argument
3982 DecodeDoubleRegLoad(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
4003 DecodeDoubleRegStore(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
4028 DecodeLDRPreImm(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
4053 DecodeLDRPreReg(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
4081 DecodeSTRPreImm(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
4106 DecodeSTRPreReg(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
4131 DecodeVLD1LN(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
4198 DecodeVST1LN(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
4264 DecodeVLD2LN(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
4331 DecodeVST2LN(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
4395 DecodeVLD3LN(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
4465 DecodeVST3LN(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
4529 DecodeVLD4LN(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
4610 DecodeVST4LN(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
4682 DecodeVMOVSRR(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
4708 DecodeVMOVRRS(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
4734 DecodeIT(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
4754 DecodeT2LDRDPreInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
4791 DecodeT2STRDPreInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
4825 DecodeT2Adr(MCInst &Inst, uint32_t Insn, uint64_t Address, const void *Decoder) argument
4840 DecodeT2ShifterImmOperand(MCInst &Inst, uint32_t Val, uint64_t Address, const void *Decoder) argument
4851 DecodeSwap(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
4878 DecodeVCVTD(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
4908 DecodeVCVTQ(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
4938 DecodeLDR(MCInst &Inst, unsigned Val, uint64_t Address, const void *Decoder) argument
4965 DecodeMRRC2(llvm::MCInst &Inst, unsigned Val, uint64_t Address, const void *Decoder) argument
[all...]
/external/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp2150 SDValue Address = Op->getOperand(2); local
2153 EVT PtrTy = Address->getValueType(0);
2155 Address = DAG.getNode(ISD::ADD, DL, PtrTy, Address, Offset);
2157 return DAG.getLoad(ResTy, DL, ChainIn, Address, MachinePointerInfo(), false,
2219 SDValue Address = Op->getOperand(3); local
2221 EVT PtrTy = Address->getValueType(0);
2223 Address = DAG.getNode(ISD::ADD, DL, PtrTy, Address, Offset);
2225 return DAG.getStore(ChainIn, DL, Value, Address, MachinePointerInf
[all...]
/external/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp614 SDValue Address = N->getOperand(1); local
622 if (ConstantSDNode *C = dyn_cast<ConstantSDNode>(Address))
/external/llvm/lib/Transforms/Scalar/
H A DGVN.cpp1399 Value *Address = Deps[i].getAddress(); local
1405 if (DL && Address) {
1406 int Offset = AnalyzeLoadFromClobberingStore(LI->getType(), Address,
1424 if (DepLI != LI && Address && DL) {
1425 int Offset = AnalyzeLoadFromClobberingLoad(LI->getType(), Address,
1439 if (DL && Address) {
1440 int Offset = AnalyzeLoadFromClobberingMemInst(LI->getType(), Address,
1619 PHITransAddr Address(LI->getPointerOperand(), DL);
1621 LoadPtr = Address.PHITranslateWithInsertion(LoadBB, UnavailablePred,
H A DLoopStrengthReduce.cpp1215 Address, ///< An address use; folding according to TargetLowering enumerator in enum:__anon26301::LSRUse::KindType
1352 case Address:
1353 OS << "Address of ";
1387 case LSRUse::Address:
1514 case LSRUse::Address: {
2260 if (Kind == LSRUse::Address && AccessTy != LU.AccessTy)
2866 if (!isAlwaysFoldable(TTI, LSRUse::Address,
3000 Kind = LSRUse::Address;
4601 if (!Ops.empty() && LU.Kind == LSRUse::Address &&
/external/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp392 case 'a': // Address register
436 case 'a': // Address register
512 case 'a': // Address register
869 SDValue Address = DAG.getNode(ISD::ADD, DL, PtrVT, StackPtr, local
873 MemOpChains.push_back(DAG.getStore(Chain, DL, ArgValue, Address,

Completed in 3359 milliseconds

12345