/external/llvm/bindings/ocaml/target/ |
D | target_ocaml.c | 69 value DL) { in llvm_datalayout_add_to_pass_manager() 75 CAMLprim value llvm_datalayout_byte_order(value DL) { in llvm_datalayout_byte_order() 80 CAMLprim value llvm_datalayout_pointer_size(value DL) { in llvm_datalayout_pointer_size() 85 CAMLprim LLVMTypeRef llvm_datalayout_intptr_type(LLVMContextRef C, value DL) { in llvm_datalayout_intptr_type() 90 CAMLprim value llvm_datalayout_qualified_pointer_size(value AS, value DL) { in llvm_datalayout_qualified_pointer_size() 97 value DL) { in llvm_datalayout_qualified_intptr_type() 102 CAMLprim value llvm_datalayout_size_in_bits(LLVMTypeRef Ty, value DL) { in llvm_datalayout_size_in_bits() 107 CAMLprim value llvm_datalayout_store_size(LLVMTypeRef Ty, value DL) { in llvm_datalayout_store_size() 112 CAMLprim value llvm_datalayout_abi_size(LLVMTypeRef Ty, value DL) { in llvm_datalayout_abi_size() 117 CAMLprim value llvm_datalayout_abi_align(LLVMTypeRef Ty, value DL) { in llvm_datalayout_abi_align() [all …]
|
/external/llvm/lib/Target/AMDGPU/ |
D | SILowerControlFlow.cpp | 145 DebugLoc DL = From.getDebugLoc(); in Skip() local 153 DebugLoc DL = MI.getDebugLoc(); in SkipIfDead() local 185 DebugLoc DL = MI.getDebugLoc(); in If() local 203 DebugLoc DL = MI.getDebugLoc(); in Else() local 222 DebugLoc DL = MI.getDebugLoc(); in Break() local 236 DebugLoc DL = MI.getDebugLoc(); in IfBreak() local 251 DebugLoc DL = MI.getDebugLoc(); in ElseBreak() local 266 DebugLoc DL = MI.getDebugLoc(); in Loop() local 281 DebugLoc DL = MI.getDebugLoc(); in EndCf() local 301 DebugLoc DL = MI.getDebugLoc(); in Kill() local [all …]
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZSelectionDAGInfo.cpp | 26 static SDValue emitMemMem(SelectionDAG &DAG, SDLoc DL, unsigned Sequence, in emitMemMem() 50 EmitTargetCodeForMemcpy(SelectionDAG &DAG, SDLoc DL, SDValue Chain, in EmitTargetCodeForMemcpy() 67 static SDValue memsetStore(SelectionDAG &DAG, SDLoc DL, SDValue Chain, in memsetStore() 81 EmitTargetCodeForMemset(SelectionDAG &DAG, SDLoc DL, SDValue Chain, in EmitTargetCodeForMemset() 153 static SDValue emitCLC(SelectionDAG &DAG, SDLoc DL, SDValue Chain, in emitCLC() 177 static SDValue addIPMSequence(SDLoc DL, SDValue Glue, SelectionDAG &DAG) { in addIPMSequence() 187 EmitTargetCodeForMemcmp(SelectionDAG &DAG, SDLoc DL, SDValue Chain, in EmitTargetCodeForMemcmp() 202 EmitTargetCodeForMemchr(SelectionDAG &DAG, SDLoc DL, SDValue Chain, in EmitTargetCodeForMemchr() 230 EmitTargetCodeForStrcpy(SelectionDAG &DAG, SDLoc DL, SDValue Chain, in EmitTargetCodeForStrcpy() 241 EmitTargetCodeForStrcmp(SelectionDAG &DAG, SDLoc DL, SDValue Chain, in EmitTargetCodeForStrcmp() [all …]
|
D | SystemZISelLowering.cpp | 458 EVT SystemZTargetLowering::getSetCCResultType(const DataLayout &DL, in getSetCCResultType() 511 bool SystemZTargetLowering::isLegalAddressingMode(const DataLayout &DL, in isLegalAddressingMode() 802 static SDValue convertLocVTToValVT(SelectionDAG &DAG, SDLoc DL, in convertLocVTToValVT() 835 static SDValue convertValVTToLocVT(SelectionDAG &DAG, SDLoc DL, in convertValVTToLocVT() 862 SDLoc DL, SelectionDAG &DAG, in LowerFormalArguments() 1010 SDLoc &DL = CLI.DL; in LowerCall() local 1193 SDLoc DL, SelectionDAG &DAG) const { in LowerReturn() 1239 prepareVolatileOrAtomicLoad(SDValue Chain, SDLoc DL, SelectionDAG &DAG) const { in prepareVolatileOrAtomicLoad() 1541 static void adjustZeroCmp(SelectionDAG &DAG, SDLoc DL, Comparison &C) { in adjustZeroCmp() 1561 static void adjustSubwordCmp(SelectionDAG &DAG, SDLoc DL, Comparison &C) { in adjustSubwordCmp() [all …]
|
/external/llvm/lib/Analysis/ |
D | MemoryLocation.cpp | 24 const auto &DL = LI->getModule()->getDataLayout(); in get() local 33 const auto &DL = SI->getModule()->getDataLayout(); in get() local 50 const auto &DL = CXI->getModule()->getDataLayout(); in get() local 60 const auto &DL = RMWI->getModule()->getDataLayout(); in get() local 119 const DataLayout &DL = II->getModule()->getDataLayout(); in getForArgument() local
|
D | ValueTracking.cpp | 75 static unsigned getBitWidth(Type *Ty, const DataLayout &DL) { in getBitWidth() 135 const DataLayout &DL, unsigned Depth, in computeKnownBits() 142 bool llvm::haveNoCommonBitsSet(Value *LHS, Value *RHS, const DataLayout &DL, in haveNoCommonBitsSet() 162 const DataLayout &DL, unsigned Depth, in ComputeSignBit() 172 bool llvm::isKnownToBeAPowerOfTwo(Value *V, const DataLayout &DL, bool OrZero, in isKnownToBeAPowerOfTwo() 183 bool llvm::isKnownNonZero(Value *V, const DataLayout &DL, unsigned Depth, in isKnownNonZero() 189 bool llvm::isKnownNonNegative(Value *V, const DataLayout &DL, unsigned Depth, in isKnownNonNegative() 200 bool llvm::isKnownNonEqual(Value *V1, Value *V2, const DataLayout &DL, in isKnownNonEqual() 211 bool llvm::MaskedValueIsZero(Value *V, const APInt &Mask, const DataLayout &DL, in MaskedValueIsZero() 221 unsigned llvm::ComputeNumSignBits(Value *V, const DataLayout &DL, in ComputeNumSignBits() [all …]
|
/external/llvm/lib/IR/ |
D | Mangler.cpp | 34 const DataLayout &DL, char Prefix) { in getNameWithPrefixImpl() 59 const DataLayout &DL, in getNameWithPrefixImpl() 66 const DataLayout &DL) { in getNameWithPrefix() 71 const Twine &GVName, const DataLayout &DL) { in getNameWithPrefix() 91 const DataLayout &DL) { in addByteCountSuffix() 118 const DataLayout &DL = GV->getParent()->getDataLayout(); in getNameWithPrefix() local
|
/external/llvm/lib/Transforms/ObjCARC/ |
D | ProvenanceAnalysis.cpp | 35 const DataLayout &DL = A->getModule()->getDataLayout(); in relatedSelect() local 50 const DataLayout &DL = A->getModule()->getDataLayout(); in relatedPHI() local 108 const DataLayout &DL) { in relatedCheck() 164 const DataLayout &DL) { in related()
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineInstrBuilder.h | 234 DebugLoc DL, in BuildMI() 242 DebugLoc DL, in BuildMI() 254 DebugLoc DL, in BuildMI() 265 DebugLoc DL, in BuildMI() 276 DebugLoc DL, in BuildMI() 293 DebugLoc DL, in BuildMI() 303 DebugLoc DL, in BuildMI() 313 DebugLoc DL, in BuildMI() 327 DebugLoc DL, in BuildMI() 336 DebugLoc DL, in BuildMI() [all …]
|
D | IntrinsicLowering.h | 27 const DataLayout &DL; variable 32 explicit IntrinsicLowering(const DataLayout &DL) : DL(DL), Warned(false) {} in IntrinsicLowering()
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyFrameLowering.cpp | 72 const DebugLoc& DL) { in adjustStackPointer() 114 DebugLoc DL = I->getDebugLoc(); in eliminateCallFramePseudoInstr() local 138 DebugLoc DL; in emitPrologue() local 152 DebugLoc DL; in emitEpilogue() local
|
D | WebAssemblyISelLowering.cpp | 270 bool WebAssemblyTargetLowering::isLegalAddressingMode(const DataLayout &DL, in isLegalAddressingMode() 296 static void fail(SDLoc DL, SelectionDAG &DAG, const char *msg) { in fail() 319 SDLoc DL = CLI.DL; in LowerCall() local 472 const SmallVectorImpl<SDValue> &OutVals, SDLoc DL, in LowerReturn() 500 const SmallVectorImpl<ISD::InputArg> &Ins, SDLoc DL, SelectionDAG &DAG, in LowerFormalArguments() 573 SDLoc DL(Op); in LowerGlobalAddress() local 587 SDLoc DL(Op); in LowerExternalSymbol() local 607 SDLoc DL(Op); in LowerBR_JT() local 634 SDLoc DL(Op); in LowerVASTART() local
|
/external/mesa3d/src/gallium/drivers/radeon/ |
D | AMDGPUISelLowering.cpp | 53 DebugLoc DL, SelectionDAG &DAG, in LowerFormalArguments() 70 DebugLoc DL, SelectionDAG &DAG) const in LowerReturn() 105 DebugLoc DL = Op.getDebugLoc(); in LowerINTRINSIC_WO_CHAIN() local 153 DebugLoc DL = Op.getDebugLoc(); in LowerIntrinsicIABS() local 166 DebugLoc DL = Op.getDebugLoc(); in LowerIntrinsicLRP() local 183 DebugLoc DL = Op.getDebugLoc(); in LowerUDIVREM() local
|
D | R600ISelLowering.cpp | 278 DebugLoc DL = Op.getDebugLoc(); in LowerOperation() local 358 DebugLoc DL, in LowerImplicitParameter() 376 DebugLoc DL = Op.getDebugLoc(); in LowerROTL() local 389 DebugLoc DL = Op.getDebugLoc(); in LowerSELECT_CC() local 505 DebugLoc DL = Op.getDebugLoc(); in LowerSETCC() local
|
D | AMDILISelLowering.cpp | 361 DebugLoc DL = Op.getDebugLoc(); in LowerBUILD_VECTOR() local 424 DebugLoc DL = Op.getDebugLoc(); in LowerSIGN_EXTEND_INREG() local 491 DebugLoc DL = Op.getDebugLoc(); in LowerSDIV24() local 572 DebugLoc DL = Op.getDebugLoc(); in LowerSDIV32() local 645 DebugLoc DL = Op.getDebugLoc(); in LowerSREM8() local 663 DebugLoc DL = Op.getDebugLoc(); in LowerSREM16() local 681 DebugLoc DL = Op.getDebugLoc(); in LowerSREM32() local
|
/external/llvm/lib/Transforms/Utils/ |
D | SymbolRewriter.cpp | 233 RewriteDescriptorList *DL) { in parse() 248 RewriteDescriptorList *DL) { in parse() 274 RewriteDescriptorList *DL) { in parseEntry() 307 RewriteDescriptorList *DL) { in parseRewriteFunctionDescriptor() 375 RewriteDescriptorList *DL) { in parseRewriteGlobalVariableDescriptor() 437 RewriteDescriptorList *DL) { in parseRewriteGlobalAliasDescriptor() 518 RewriteSymbols::RewriteSymbols(SymbolRewriter::RewriteDescriptorList &DL) in RewriteSymbols() 548 llvm::createRewriteSymbolsPass(SymbolRewriter::RewriteDescriptorList &DL) { in createRewriteSymbolsPass()
|
/external/llvm/lib/Target/Mips/ |
D | MipsSEISelLowering.cpp | 428 SDLoc DL(ADDENode); in selectMADD() local 500 SDLoc DL(SUBENode); in selectMSUB() local 796 static SDValue genConstMult(SDValue X, uint64_t C, SDLoc DL, EVT VT, in genConstMult() 868 SDLoc DL(N); in performDSPShiftCombine() local 1216 SDLoc DL(Op); in lowerLOAD() local 1248 SDLoc DL(Op); in lowerSTORE() local 1278 SDLoc DL(Op); in lowerMulDiv() local 1296 static SDValue initAccumulator(SDValue In, SDLoc DL, SelectionDAG &DAG) { in initAccumulator() 1304 static SDValue extractLOHI(SDValue Op, SDLoc DL, SelectionDAG &DAG) { in extractLOHI() 1323 SDLoc DL(Op); in lowerDSPIntr() local [all …]
|
D | Mips16ISelDAGToDAG.cpp | 47 Mips16DAGToDAGISel::selectMULT(SDNode *N, unsigned Opc, SDLoc DL, EVT Ty, in selectMULT() 76 DebugLoc DL; in initGlobalBaseReg() local 106 DebugLoc DL = I != MBB.end() ? I->getDebugLoc() : DebugLoc(); in initMips16SPAliasReg() local 166 SDLoc DL(Addr); in selectAddr16() local 247 SDLoc DL(Node); in selectNode() local
|
D | Mips16InstrInfo.cpp | 62 MachineBasicBlock::iterator I, DebugLoc DL, in copyPhysReg() 99 DebugLoc DL; in storeRegToStack() local 117 DebugLoc DL; in loadRegFromStack() local 199 DebugLoc DL; in makeFrame() local 229 DebugLoc DL = I != MBB.end() ? I->getDebugLoc() : DebugLoc(); in restoreFrame() local 266 DebugLoc DL; in adjustStackPtrBig() local 310 DebugLoc DL, unsigned &NewImm) const { in loadImmediate() 449 DebugLoc DL; in BuildAddiuSpImm() local
|
D | MipsISelLowering.cpp | 481 SDLoc DL(N); in performDivRemCombine() local 559 SDLoc DL(Op); in createFPCmp() local 571 SDValue False, SDLoc DL) { in createCMovFP() 610 const SDLoc DL(N); in performSELECTCombine() local 721 SDLoc DL(N); in performANDCombine() local 777 SDLoc DL(N); in performORCombine() local 804 SDLoc DL(N); in performADDCombine() local 1065 DebugLoc DL = MI->getDebugLoc(); in emitAtomicBinary() local 1147 DebugLoc DL = MI->getDebugLoc(); in emitSignExtendToI32InReg() local 1183 DebugLoc DL = MI->getDebugLoc(); in emitAtomicBinaryPartword() local [all …]
|
/external/llvm/lib/Target/BPF/ |
D | BPFISelDAGToDAG.cpp | 60 SDLoc DL(Addr); in SelectAddr() local 95 SDLoc DL(Addr); in SelectFIAddr() local 139 SDLoc DL(Node); in Select() local
|
D | BPFInstrInfo.cpp | 35 MachineBasicBlock::iterator I, DebugLoc DL, in copyPhysReg() 50 DebugLoc DL; in storeRegToStackSlot() local 68 DebugLoc DL; in loadRegFromStackSlot() local
|
/external/llvm/include/llvm/Analysis/ |
D | ObjCARCAliasAnalysis.h | 42 const DataLayout &DL; variable 45 explicit ObjCARCAAResult(const DataLayout &DL, const TargetLibraryInfo &TLI) in ObjCARCAAResult()
|
/external/llvm/lib/Target/ARM/ |
D | Thumb1InstrInfo.cpp | 41 MachineBasicBlock::iterator I, DebugLoc DL, in copyPhysReg() 82 DebugLoc DL; in storeRegToStackSlot() local 108 DebugLoc DL; in loadRegFromStackSlot() local
|
/external/llvm/include/llvm/IR/ |
D | GlobalAlias.h | 96 const GlobalObject *getBaseObject(const DataLayout &DL, APInt &Offset) const { in getBaseObject() 99 GlobalObject *getBaseObject(const DataLayout &DL, APInt &Offset) { in getBaseObject()
|