/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGDumper.cpp | 412 if (unsigned int TF = GADN->getTargetFlags()) in print_details() local 418 if (unsigned int TF = JTDN->getTargetFlags()) in print_details() local 430 if (unsigned int TF = CP->getTargetFlags()) in print_details() local 434 if (unsigned TF = TI->getTargetFlags()) in print_details() local 448 if (unsigned int TF = ES->getTargetFlags()) in print_details() local 506 if (unsigned int TF = BA->getTargetFlags()) in print_details() local
|
D | LegalizeVectorOps.cpp | 671 SDValue TF = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, Stores); in ExpandStore() local
|
D | LegalizeDAG.cpp | 493 SDValue TF = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, Stores); in ExpandUnalignedLoad() local 557 SDValue TF = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, Lo.getValue(1), in ExpandUnalignedLoad() local
|
D | SelectionDAG.cpp | 6361 EVT VT, int64_t o, unsigned char TF) in GlobalAddressSDNode()
|
D | DAGCombiner.cpp | 1500 SDNode *TF = TFs[i]; in visitTokenFactor() local
|
/external/llvm/lib/Target/ARM/ |
D | ARMAsmPrinter.cpp | 150 unsigned TF = MO.getTargetFlags(); in printOperand() local 890 unsigned char TF = Subtarget->isTargetMachO() ? ARMII::MO_NONLAZY : 0; in EmitMachineConstantPoolValue() local 1324 const unsigned TF = Op.getTargetFlags(); in EmitInstruction() local 1340 unsigned TF = MI->getOperand(1).getTargetFlags(); in EmitInstruction() local 1373 unsigned TF = MI->getOperand(2).getTargetFlags(); in EmitInstruction() local
|
D | ARMExpandPseudoInsts.cpp | 717 unsigned TF = MO.getTargetFlags(); in ExpandMOV32BitImm() local 724 unsigned TF = MO.getTargetFlags(); in ExpandMOV32BitImm() local 1032 unsigned TF = MO1.getTargetFlags(); in ExpandMI() local
|
D | ARMFastISel.cpp | 601 unsigned char TF = 0; in ARMMaterializeGV() local
|
/external/clang/test/CXX/special/class.dtor/ |
D | p3-0x.cpp | 97 struct TF { struct 99 ~TF(); argument
|
/external/llvm/lib/Target/Sparc/ |
D | SparcAsmPrinter.cpp | 301 SparcMCExpr::VariantKind TF = (SparcMCExpr::VariantKind) MO.getTargetFlags(); in printOperand() local
|
D | SparcISelLowering.cpp | 899 unsigned TF = ((getTargetMachine().getRelocationModel() == Reloc::PIC_) in LowerCall_32() local 1214 unsigned TF = ((getTargetMachine().getRelocationModel() == Reloc::PIC_) in LowerCall_64() local 1762 SDValue SparcTargetLowering::withTargetFlags(SDValue Op, unsigned TF, in withTargetFlags()
|
/external/clang/lib/Analysis/ |
D | LiveVariables.cpp | 446 TransferFunctions TF(*this, val, obs, block); in runOnBlock() local
|
/external/strace/ |
D | syscall.c | 73 #define TF TRACE_FILE macro
|
/external/llvm/lib/CodeGen/ |
D | MachineInstr.cpp | 402 if (unsigned TF = getTargetFlags()) in print() local
|
/external/opencv/cv/src/ |
D | cvfundam.cpp | 797 CvMat U, F0, TF; in run8Point() local
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 6025 SDValue TF = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, in spliceIntoChain() local 7407 SDValue TF = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, LoadChains); in LowerVectorLoad() local 7501 SDValue TF = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, Stores); in LowerVectorStore() local 10072 SDValue TF = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, in PerformDAGCombine() local
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 13909 SDValue TF = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, Chains); in LowerExtendedLoad() local 22552 SDValue TF = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, in PerformLOADCombine() local
|