| /external/llvm/lib/Target/R600/ |
| D | SILowerControlFlow.cpp | 139 DebugLoc DL = From.getDebugLoc(); in Skip() local 148 DebugLoc DL = MI.getDebugLoc(); in SkipIfDead() local 181 DebugLoc DL = MI.getDebugLoc(); in If() local 199 DebugLoc DL = MI.getDebugLoc(); in Else() local 218 DebugLoc DL = MI.getDebugLoc(); in Break() local 232 DebugLoc DL = MI.getDebugLoc(); in IfBreak() local 247 DebugLoc DL = MI.getDebugLoc(); in ElseBreak() local 262 DebugLoc DL = MI.getDebugLoc(); in Loop() local 278 DebugLoc DL = MI.getDebugLoc(); in EndCf() local 298 DebugLoc DL = MI.getDebugLoc(); in Kill() local [all …]
|
| /external/llvm/bindings/ocaml/target/ |
| D | target_ocaml.c | 98 value DL) { in llvm_datalayout_add_to_pass_manager() 104 CAMLprim value llvm_datalayout_byte_order(value DL) { in llvm_datalayout_byte_order() 109 CAMLprim value llvm_datalayout_pointer_size(value DL) { in llvm_datalayout_pointer_size() 114 CAMLprim LLVMTypeRef llvm_datalayout_intptr_type(LLVMContextRef C, value DL) { in llvm_datalayout_intptr_type() 119 CAMLprim value llvm_datalayout_qualified_pointer_size(value AS, value DL) { in llvm_datalayout_qualified_pointer_size() 126 value DL) { in llvm_datalayout_qualified_intptr_type() 131 CAMLprim value llvm_datalayout_size_in_bits(LLVMTypeRef Ty, value DL) { in llvm_datalayout_size_in_bits() 136 CAMLprim value llvm_datalayout_store_size(LLVMTypeRef Ty, value DL) { in llvm_datalayout_store_size() 141 CAMLprim value llvm_datalayout_abi_size(LLVMTypeRef Ty, value DL) { in llvm_datalayout_abi_size() 146 CAMLprim value llvm_datalayout_abi_align(LLVMTypeRef Ty, value DL) { in llvm_datalayout_abi_align() [all …]
|
| /external/llvm/lib/Target/SystemZ/ |
| D | SystemZSelectionDAGInfo.cpp | 21 SystemZSelectionDAGInfo::SystemZSelectionDAGInfo(const DataLayout &DL) in SystemZSelectionDAGInfo() 32 static SDValue emitMemMem(SelectionDAG &DAG, SDLoc DL, unsigned Sequence, in emitMemMem() 56 EmitTargetCodeForMemcpy(SelectionDAG &DAG, SDLoc DL, SDValue Chain, in EmitTargetCodeForMemcpy() 73 static SDValue memsetStore(SelectionDAG &DAG, SDLoc DL, SDValue Chain, in memsetStore() 86 EmitTargetCodeForMemset(SelectionDAG &DAG, SDLoc DL, SDValue Chain, in EmitTargetCodeForMemset() 158 static SDValue emitCLC(SelectionDAG &DAG, SDLoc DL, SDValue Chain, in emitCLC() 182 static SDValue addIPMSequence(SDLoc DL, SDValue Glue, SelectionDAG &DAG) { in addIPMSequence() 192 EmitTargetCodeForMemcmp(SelectionDAG &DAG, SDLoc DL, SDValue Chain, in EmitTargetCodeForMemcmp() 207 EmitTargetCodeForMemchr(SelectionDAG &DAG, SDLoc DL, SDValue Chain, in EmitTargetCodeForMemchr() 237 EmitTargetCodeForStrcpy(SelectionDAG &DAG, SDLoc DL, SDValue Chain, in EmitTargetCodeForStrcpy() [all …]
|
| D | SystemZISelLowering.cpp | 625 static SDValue convertLocVTToValVT(SelectionDAG &DAG, SDLoc DL, in convertLocVTToValVT() 650 static SDValue convertValVTToLocVT(SelectionDAG &DAG, SDLoc DL, in convertValVTToLocVT() 669 SDLoc DL, SelectionDAG &DAG, in LowerFormalArguments() 806 SDLoc &DL = CLI.DL; in LowerCall() local 970 SDLoc DL, SelectionDAG &DAG) const { in LowerReturn() 1013 prepareVolatileOrAtomicLoad(SDValue Chain, SDLoc DL, SelectionDAG &DAG) const { in prepareVolatileOrAtomicLoad() 1615 static SDValue emitCmp(SelectionDAG &DAG, SDLoc DL, Comparison &C) { in emitCmp() 1631 static void lowerMUL_LOHI32(SelectionDAG &DAG, SDLoc DL, in lowerMUL_LOHI32() 1647 static void lowerGR128Binary(SelectionDAG &DAG, SDLoc DL, EVT VT, in lowerGR128Binary() 1662 static SDValue emitSETCC(SelectionDAG &DAG, SDLoc DL, SDValue Glue, in emitSETCC() [all …]
|
| /external/llvm/include/llvm/CodeGen/ |
| D | IntrinsicLowering.h | 27 const DataLayout& DL; variable 32 explicit IntrinsicLowering(const DataLayout &DL) : in IntrinsicLowering()
|
| D | MachineInstrBuilder.h | 229 DebugLoc DL, in BuildMI() 238 DebugLoc DL, in BuildMI() 251 DebugLoc DL, in BuildMI() 262 DebugLoc DL, in BuildMI() 273 DebugLoc DL, in BuildMI() 291 DebugLoc DL, in BuildMI() 301 DebugLoc DL, in BuildMI() 311 DebugLoc DL, in BuildMI() 327 DebugLoc DL, in BuildMI() 337 DebugLoc DL, in BuildMI() [all …]
|
| /external/chromium_org/third_party/mesa/src/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/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/Target/ARM/ |
| D | Thumb1InstrInfo.cpp | 41 MachineBasicBlock::iterator I, DebugLoc DL, in copyPhysReg() 62 DebugLoc DL; in storeRegToStackSlot() local 90 DebugLoc DL; in loadRegFromStackSlot() local
|
| /external/llvm/include/llvm/Analysis/ |
| D | PHITransAddr.h | 40 const DataLayout *DL; variable 48 PHITransAddr(Value *addr, const DataLayout *DL) in PHITransAddr()
|
| /external/llvm/lib/Target/Mips/ |
| D | MipsSEISelLowering.cpp | 424 SDLoc DL(ADDENode); in selectMADD() local 496 SDLoc DL(SUBENode); in selectMSUB() local 793 static SDValue genConstMult(SDValue X, uint64_t C, SDLoc DL, EVT VT, in genConstMult() 1201 SDLoc DL(Op); in lowerLOAD() local 1233 SDLoc DL(Op); in lowerSTORE() local 1263 SDLoc DL(Op); in lowerMulDiv() local 1281 static SDValue initAccumulator(SDValue In, SDLoc DL, SelectionDAG &DAG) { in initAccumulator() 1289 static SDValue extractLOHI(SDValue Op, SDLoc DL, SelectionDAG &DAG) { in extractLOHI() 1308 SDLoc DL(Op); in lowerDSPIntr() local 1357 SDLoc DL(Op); in lowerMSACopyIntr() local [all …]
|
| D | Mips16InstrInfo.cpp | 65 MachineBasicBlock::iterator I, DebugLoc DL, in copyPhysReg() 101 DebugLoc DL; in storeRegToStack() local 117 DebugLoc DL; in loadRegFromStack() local 200 DebugLoc DL = I != MBB.end() ? I->getDebugLoc() : DebugLoc(); in makeFrame() local 230 DebugLoc DL = I != MBB.end() ? I->getDebugLoc() : DebugLoc(); in restoreFrame() local 267 DebugLoc DL = I != MBB.end() ? I->getDebugLoc() : DebugLoc(); in adjustStackPtrBig() local 311 MachineBasicBlock::iterator II, DebugLoc DL, in loadImmediate() 455 DebugLoc DL = I != MBB.end() ? I->getDebugLoc() : DebugLoc(); in BuildAddiuSpImm() local
|
| D | MipsSEInstrInfo.cpp | 83 MachineBasicBlock::iterator I, DebugLoc DL, in copyPhysReg() 187 DebugLoc DL; in storeRegToStack() local 229 DebugLoc DL; in loadRegFromStack() local 364 DebugLoc DL = I != MBB.end() ? I->getDebugLoc() : DebugLoc(); in adjustStackPtr() local 380 MachineBasicBlock::iterator II, DebugLoc DL, in loadImmediate() 470 DebugLoc DL = I->getDebugLoc(); in expandPseudoMTLoHi() local 496 DebugLoc DL = I->getDebugLoc(); in expandCvtFPInt() local
|
| D | Mips16ISelDAGToDAG.cpp | 46 Mips16DAGToDAGISel::selectMULT(SDNode *N, unsigned Opc, SDLoc DL, EVT Ty, in selectMULT() 75 DebugLoc DL = I != MBB.end() ? I->getDebugLoc() : DebugLoc(); in initGlobalBaseReg() local 106 DebugLoc DL = I != MBB.end() ? I->getDebugLoc() : DebugLoc(); in initMips16SPAliasReg() local 244 SDLoc DL(Node); in selectNode() local
|
| /external/llvm/include/llvm/IR/ |
| D | GlobalAlias.h | 97 const GlobalObject *getBaseObject(const DataLayout &DL, APInt &Offset) const { in getBaseObject() 100 GlobalObject *getBaseObject(const DataLayout &DL, APInt &Offset) { in getBaseObject()
|
| /external/llvm/lib/CodeGen/ |
| D | LexicalScopes.cpp | 107 LexicalScope *LexicalScopes::findInlinedScope(DebugLoc DL) { in findInlinedScope() 117 LexicalScope *LexicalScopes::findLexicalScope(DebugLoc DL) { in findLexicalScope() 139 LexicalScope *LexicalScopes::getOrCreateLexicalScope(DebugLoc DL) { in getOrCreateLexicalScope() 288 DebugLoc DL, SmallPtrSet<const MachineBasicBlock *, 4> &MBBs) { in getMachineBasicBlocks() 311 bool LexicalScopes::dominates(DebugLoc DL, MachineBasicBlock *MBB) { in dominates()
|
| /external/llvm/lib/Analysis/ |
| D | InstructionSimplify.cpp | 45 const DataLayout *DL; member 577 const DataLayout *DL, const TargetLibraryInfo *TLI, in SimplifyAddInst() 593 static Constant *stripAndComputeConstantOffsets(const DataLayout *DL, in stripAndComputeConstantOffsets() 638 static Constant *computePointerDifference(const DataLayout *DL, in computePointerDifference() 771 const DataLayout *DL, const TargetLibraryInfo *TLI, in SimplifySubInst() 949 const DataLayout *DL, const TargetLibraryInfo *TLI, in SimplifyFAddInst() 955 const DataLayout *DL, const TargetLibraryInfo *TLI, in SimplifyFSubInst() 962 const DataLayout *DL, in SimplifyFMulInst() 968 Value *llvm::SimplifyMulInst(Value *Op0, Value *Op1, const DataLayout *DL, in SimplifyMulInst() 1056 Value *llvm::SimplifySDivInst(Value *Op0, Value *Op1, const DataLayout *DL, in SimplifySDivInst() [all …]
|
| /external/llvm/lib/Target/MSP430/ |
| D | MSP430FrameLowering.cpp | 49 DebugLoc DL = MBBI != MBB.end() ? MBBI->getDebugLoc() : DebugLoc(); in emitPrologue() local 115 DebugLoc DL = MBBI->getDebugLoc(); in emitEpilogue() local 187 DebugLoc DL; in spillCalleeSavedRegisters() local 213 DebugLoc DL; in restoreCalleeSavedRegisters() local
|
| D | MSP430MCInstLower.cpp | 53 const DataLayout *DL = Printer.TM.getDataLayout(); in GetJumpTableSymbol() local 70 const DataLayout *DL = Printer.TM.getDataLayout(); in GetConstantPoolIndexSymbol() local
|
| /external/llvm/lib/CodeGen/SelectionDAG/ |
| D | TargetSelectionDAGInfo.cpp | 18 TargetSelectionDAGInfo::TargetSelectionDAGInfo(const DataLayout *DL) in TargetSelectionDAGInfo()
|
| /external/llvm/include/llvm/Target/ |
| D | TargetSelectionDAGInfo.h | 34 const DataLayout *DL; variable 131 EmitTargetCodeForStrcpy(SelectionDAG &DAG, SDLoc DL, SDValue Chain, in EmitTargetCodeForStrcpy() 154 EmitTargetCodeForStrlen(SelectionDAG &DAG, SDLoc DL, SDValue Chain, in EmitTargetCodeForStrlen() 160 EmitTargetCodeForStrnlen(SelectionDAG &DAG, SDLoc DL, SDValue Chain, in EmitTargetCodeForStrnlen()
|