| /external/llvm/include/llvm/Target/ |
| D | TargetSelectionDAGInfo.h | 50 SDValue Chain, in EmitTargetCodeForMemcpy() 67 SDValue Chain, in EmitTargetCodeForMemmove() 83 SDValue Chain, in EmitTargetCodeForMemset() 96 SDValue Chain, in EmitTargetCodeForMemcmp() 108 EmitTargetCodeForMemchr(SelectionDAG &DAG, SDLoc dl, SDValue Chain, in EmitTargetCodeForMemchr() 121 EmitTargetCodeForStrcpy(SelectionDAG &DAG, SDLoc DL, SDValue Chain, in EmitTargetCodeForStrcpy() 135 SDValue Chain, in EmitTargetCodeForStrcmp() 143 EmitTargetCodeForStrlen(SelectionDAG &DAG, SDLoc DL, SDValue Chain, in EmitTargetCodeForStrlen() 149 EmitTargetCodeForStrnlen(SelectionDAG &DAG, SDLoc DL, SDValue Chain, in EmitTargetCodeForStrnlen()
|
| /external/llvm/lib/Target/SystemZ/ |
| D | SystemZSelectionDAGInfo.cpp | 27 unsigned Loop, SDValue Chain, SDValue Dst, 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() 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() 259 SDValue Chain, SDValue Src, in getBoundedStrlen() [all …]
|
| /external/caliper/caliper/src/main/java/com/google/caliper/memory/ |
| D | Chain.java | 33 public abstract class Chain { class 37 Chain(Chain parent, Object value) { in Chain() method in Chain
|
| /external/v8/src/compiler/ |
| D | diamond.h | 36 void Chain(Diamond& that) { branch->ReplaceInput(1, that.merge); } in Chain() function 39 void Chain(Node* that) { branch->ReplaceInput(1, that); } in Chain() function
|
| /external/llvm/lib/Target/ARM/ |
| D | ARMSelectionDAGInfo.cpp | 26 SDValue Chain, in EmitSpecializedLibcall() 133 SDValue Chain, in EmitTargetCodeForMemcpy() 252 SDValue Chain, in EmitTargetCodeForMemmove() 265 SDValue Chain, SDValue Dst, in EmitTargetCodeForMemset()
|
| /external/llvm/lib/CodeGen/ |
| D | MachineBlockPlacement.cpp | 167 void merge(MachineBasicBlock *BB, BlockChain *Chain) { in merge() 341 BlockChain &Chain, MachineBasicBlock *LoopHeaderBB, in markChainSuccessors() 378 BlockChain &Chain, in selectBestSuccessor() 515 BlockChain &Chain, SmallVectorImpl<MachineBasicBlock *> &WorkList, in selectBestCandidateBlock() 575 MachineBasicBlock *BB, BlockChain &Chain, in buildChain() 715 BlockChain &Chain = *BlockToChain[MBB]; in findBestLoopExit() local 1070 BlockChain &Chain = *BlockToChain[LoopBB]; in buildLoopChains() local 1135 BlockChain *Chain = in buildCFGChains() local 1188 BlockChain &Chain = *BlockToChain[&MBB]; in buildCFGChains() local
|
| /external/llvm/lib/Target/NVPTX/ |
| D | NVPTXISelDAGToDAG.cpp | 719 SDValue Chain = N->getOperand(0); in SelectLoad() local 899 SDValue Chain = N->getOperand(0); in SelectLoadVector() local 1284 SDValue Chain = N->getOperand(0); in SelectLDGLDU() local 2099 SDValue Chain = N->getOperand(0); in SelectStore() local 2283 SDValue Chain = N->getOperand(0); in SelectStoreVector() local 2657 SDValue Chain = Node->getOperand(0); in SelectLoadParam() local 2785 SDValue Chain = N->getOperand(0); in SelectStoreRetval() local 2908 SDValue Chain = N->getOperand(0); in SelectStoreParam() local 3063 SDValue Chain = N->getOperand(0); in SelectTextureIntrinsic() local 3587 SDValue Chain = N->getOperand(0); in SelectSurfaceIntrinsic() local
|
| /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/ |
| D | Interceptor.java | 28 interface Chain { interface
|
| /external/llvm/lib/CodeGen/SelectionDAG/ |
| D | StatepointLowering.cpp | 367 SDValue Chain = Builder.DAG.getEntryNode(); in lowerCallFromStatepoint() local 422 spillIncomingStatepointValue(SDValue Incoming, SDValue Chain, in spillIncomingStatepointValue() 456 SDValue Chain = Builder.getRoot(); in lowerIncomingStatepointValue() local 683 SDValue Chain = CallNode->getOperand(0); in LowerStatepoint() local 894 SDValue Chain = getRoot(); in visitGCRelocate() local
|
| /external/llvm/lib/Target/BPF/ |
| D | BPFISelLowering.cpp | 189 SDValue Chain, CallingConv::ID CallConv, bool IsVarArg, in LowerFormalArguments() 261 SDValue Chain = CLI.Chain; in LowerCall() local 387 BPFTargetLowering::LowerReturn(SDValue Chain, CallingConv::ID CallConv, in LowerReturn() 436 SDValue Chain, SDValue InFlag, CallingConv::ID CallConv, bool IsVarArg, in LowerCallResult() 479 SDValue Chain = Op.getOperand(0); in LowerBR_CC() local
|
| /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/box2d/ |
| D | Chain.java | 41 public class Chain extends Box2DTest { class
|
| /external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/com/badlogic/gdx/physics/box2d/ |
| D | Shape.java | 28 Circle, Polygon, Edge, Chain, enumConstant
|
| /external/llvm/lib/Target/XCore/ |
| D | XCoreISelLowering.cpp | 353 SDValue Chain = Op.getOperand(0); in LowerBR_JT() local 375 lowerLoadWordFromAlignedBasePlusOffset(SDLoc DL, SDValue Chain, SDValue Base, in lowerLoadWordFromAlignedBasePlusOffset() 441 SDValue Chain = LD->getChain(); in LowerLOAD() local 523 SDValue Chain = ST->getChain(); in LowerSTORE() local 856 SDValue Chain = Op.getOperand(0); in LowerEH_RETURN() local 895 SDValue Chain = Op.getOperand(0); in LowerINIT_TRAMPOLINE() local 1051 SDValue Chain = CLI.Chain; in LowerCall() local 1075 LowerCallResult(SDValue Chain, SDValue InFlag, in LowerCallResult() 1122 XCoreTargetLowering::LowerCCCCallTo(SDValue Chain, SDValue Callee, in LowerCCCCallTo() 1260 XCoreTargetLowering::LowerFormalArguments(SDValue Chain, in LowerFormalArguments() [all …]
|
| D | XCoreISelDAGToDAG.cpp | 211 replaceInChain(SelectionDAG *CurDAG, SDValue Chain, SDValue Old, SDValue New) in replaceInChain() 235 SDValue Chain = N->getOperand(0); in SelectBRIND() local
|
| D | XCoreSelectionDAGInfo.cpp | 20 EmitTargetCodeForMemcpy(SelectionDAG &DAG, SDLoc dl, SDValue Chain, in EmitTargetCodeForMemcpy()
|
| /external/llvm/lib/Target/WebAssembly/ |
| D | WebAssemblyISelLowering.cpp | 320 SDValue Chain = CLI.Chain; in LowerCall() local 470 SDValue Chain, CallingConv::ID CallConv, bool /*IsVarArg*/, in LowerReturn() 499 SDValue Chain, CallingConv::ID CallConv, bool /*IsVarArg*/, in LowerFormalArguments() 608 SDValue Chain = Op.getOperand(0); in LowerBR_JT() local
|
| /external/llvm/lib/Target/Hexagon/ |
| D | HexagonSelectionDAGInfo.cpp | 22 EmitTargetCodeForMemcpy(SelectionDAG &DAG, SDLoc dl, SDValue Chain, in EmitTargetCodeForMemcpy()
|
| D | HexagonISelDAGToDAG.cpp | 257 SDValue Chain = LD->getChain(); in SelectIndexedLoadSignExtend64() local 310 SDValue Chain = LD->getChain(); in SelectIndexedLoadZeroExtend64() local 369 SDValue Chain = LD->getChain(); in SelectIndexedLoad() local 506 SDValue Chain = ST->getChain(); in SelectIndexedStore() local 644 SDValue Chain = LD->getChain(); in SelectMul() local 670 SDValue Chain = LD->getChain(); in SelectMul() local 849 SDValue Chain = N->getOperand(0); in SelectIntrinsicWChain() local 946 SDValue Chain = N->getOperand(0); in SelectIntrinsicWChain() local
|
| /external/llvm/lib/Target/Sparc/ |
| D | SparcISelLowering.cpp | 194 SparcTargetLowering::LowerReturn(SDValue Chain, in LowerReturn() 205 SparcTargetLowering::LowerReturn_32(SDValue Chain, in LowerReturn_32() 290 SparcTargetLowering::LowerReturn_64(SDValue Chain, in LowerReturn_64() 367 LowerFormalArguments(SDValue Chain, in LowerFormalArguments() 385 LowerFormalArguments_32(SDValue Chain, in LowerFormalArguments_32() 593 LowerFormalArguments_64(SDValue Chain, in LowerFormalArguments_64() 742 SDValue Chain = CLI.Chain; in LowerCall_32() local 1115 SDValue Chain = CLI.Chain; in LowerCall_64() local 1997 SDValue Chain = DAG.getEntryNode(); in LowerGlobalTLSAddress() local 2072 SparcTargetLowering::LowerF128_LibCallArg(SDValue Chain, ArgListTy &Args, in LowerF128_LibCallArg() [all …]
|
| D | SparcISelDAGToDAG.cpp | 238 SDValue Chain = SDValue(N,0); in SelectInlineAsm() local 261 SDValue Chain = AsmNodeOperands[InlineAsm::Op_InputChain]; in SelectInlineAsm() local
|
| /external/llvm/lib/Target/AArch64/ |
| D | AArch64SelectionDAGInfo.cpp | 20 SelectionDAG &DAG, SDLoc dl, SDValue Chain, SDValue Dst, SDValue Src, in EmitTargetCodeForMemset()
|
| /external/llvm/lib/Target/X86/ |
| D | X86SelectionDAGInfo.cpp | 48 SelectionDAG &DAG, SDLoc dl, SDValue Chain, SDValue Dst, SDValue Src, in EmitTargetCodeForMemset() 198 SelectionDAG &DAG, SDLoc dl, SDValue Chain, SDValue Dst, SDValue Src, in EmitTargetCodeForMemcpy()
|
| /external/libgdx/extensions/gdx-box2d/gdx-box2d/src/com/badlogic/gdx/physics/box2d/ |
| D | Shape.java | 33 Circle, Edge, Polygon, Chain, enumConstant
|
| /external/llvm/lib/Target/MSP430/ |
| D | MSP430ISelLowering.cpp | 366 MSP430TargetLowering::LowerFormalArguments(SDValue Chain, in LowerFormalArguments() 397 SDValue Chain = CLI.Chain; in LowerCall() local 422 MSP430TargetLowering::LowerCCCArguments(SDValue Chain, in LowerCCCArguments() 521 MSP430TargetLowering::LowerReturn(SDValue Chain, in LowerReturn() 574 MSP430TargetLowering::LowerCCCCallTo(SDValue Chain, SDValue Callee, in LowerCCCCallTo() 712 MSP430TargetLowering::LowerCallResult(SDValue Chain, SDValue InFlag, in LowerCallResult() 894 SDValue Chain = Op.getOperand(0); in LowerBR_CC() local
|
| /external/mesa3d/src/gallium/drivers/radeon/ |
| D | R600ISelLowering.cpp | 254 SDValue Chain = Op.getOperand(0); in LowerOperation() local 334 SDValue Chain = Op.getOperand(0); in LowerBR_CC() local
|