Home
last modified time | relevance | path

Searched defs:TF (Results 1 – 25 of 31) sorted by relevance

12

/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGDumper.cpp702 if (unsigned int TF = GADN->getTargetFlags()) print_details() local
708 if (unsigned int TF = JTDN->getTargetFlags()) print_details() local
720 if (unsigned int TF = CP->getTargetFlags()) print_details() local
724 if (unsigned TF = TI->getTargetFlags()) print_details() local
738 if (unsigned int TF = ES->getTargetFlags()) print_details() local
882 if (unsigned int TF = BA->getTargetFlags()) print_details() local
[all...]
H A DLegalizeVectorOps.cpp831 SDValue TF = TLI.scalarizeVectorStore(ST, DAG); ExpandStore() local
1634 SDValue TF = DAG.getNode(ISD::TokenFactor, DL, MVT::Other, fHI.getValue(1), ExpandUINT_TO_FLOAT() local
/llvm-project/llvm/lib/Target/AVR/
H A DAVRMCInstLower.cpp28 unsigned char TF = MO.getTargetFlags(); in lowerSymbolOperand() local
H A DAVRExpandPseudoInsts.cpp327 unsigned TF = MI.getOperand(2).getTargetFlags(); in expand() local
583 unsigned TF = MI.getOperand(1).getTargetFlags(); in expand() local
591 unsigned TF = MI.getOperand(1).getTargetFlags(); in expand() local
634 unsigned TF = MI.getOperand(1).getTargetFlags(); in expand() local
1095 unsigned TF = MI.getOperand(0).getTargetFlags(); in expand() local
/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldCheckerImpl.h80 SubtargetFeatures TF; variable
H A DRuntimeDyldChecker.cpp826 RuntimeDyldCheckerImpl(IsSymbolValidFunction IsSymbolValid,GetSymbolInfoFunction GetSymbolInfo,GetSectionInfoFunction GetSectionInfo,GetStubInfoFunction GetStubInfo,GetGOTInfoFunction GetGOTInfo,llvm::endianness Endianness,Triple TT,StringRef CPU,SubtargetFeatures TF,raw_ostream & ErrStream) RuntimeDyldCheckerImpl() argument
1039 RuntimeDyldChecker(IsSymbolValidFunction IsSymbolValid,GetSymbolInfoFunction GetSymbolInfo,GetSectionInfoFunction GetSectionInfo,GetStubInfoFunction GetStubInfo,GetGOTInfoFunction GetGOTInfo,llvm::endianness Endianness,Triple TT,StringRef CPU,SubtargetFeatures TF,raw_ostream & ErrStream) RuntimeDyldChecker() argument
/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.h308 TF == PPCII::MO_TPREL_PCREL_FLAG || TF == PPCII::MO_TLS_PCREL_FLAG || in hasGOTFlag() argument
300 hasPCRelFlag(unsigned TF) hasPCRelFlag() argument
315 hasTLSFlag(unsigned TF) hasTLSFlag() argument
[all...]
/llvm-project/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp197 unsigned TF = MO.getTargetFlags(); PrintSymbolOperand() local
235 unsigned TF = MO.getTargetFlags(); printOperand() local
955 unsigned char TF = Subtarget->isTargetMachO() ? ARMII::MO_NONLAZY : 0; emitMachineConstantPoolValue() local
1573 const unsigned TF = Op.getTargetFlags(); emitInstruction() local
1589 unsigned TF = MI->getOperand(1).getTargetFlags(); emitInstruction() local
1622 unsigned TF = MI->getOperand(2).getTargetFlags(); emitInstruction() local
[all...]
H A DARMExpandPseudoInsts.cpp956 unsigned TF = MO.getTargetFlags() | TargetFlag; in getMovOperand() local
2708 unsigned TF = MO1.getTargetFlags(); ExpandMI() local
H A DARMFastISel.cpp546 TF = ARMII::MO_NONLAZY; in ARMMaterializeGV() local
/llvm-project/clang/test/CXX/special/class.dtor/
H A Dp3-0x.cpp97 struct TF { struct
99 ~TF(); argument
/llvm-project/clang/lib/Basic/
H A DBuiltins.cpp250 TargetFeatures TF(TargetFetureMap); evaluateRequiredTargetFeatures() local
/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetMachine.cpp251 SubtargetFeatures TF{TargetFS}; getFeatureString() local
/llvm-project/llvm/lib/Target/Sparc/
H A DSparcAsmPrinter.cpp315 SparcMCExpr::VariantKind TF = (SparcMCExpr::VariantKind) MO.getTargetFlags(); printOperand() local
H A DSparcISelLowering.cpp1058 unsigned TF = isPositionIndependent() ? SparcMCExpr::VK_Sparc_WPLT30 in LowerCall_32() local
1393 unsigned TF = isPositionIndependent() ? SparcMCExpr::VK_Sparc_WPLT30 LowerCall_64() local
2108 withTargetFlags(SDValue Op,unsigned TF,SelectionDAG & DAG) const withTargetFlags() argument
[all...]
/llvm-project/clang/lib/Analysis/
H A DLiveVariables.cpp483 TransferFunctions TF(*this, val, obs, block); runOnBlock() local
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Deasily-swappable-parameters-implicits.cpp293 void pointerConversion6(void (*NTF)() noexcept, void (*TF)()) {} in pointerConversion6()
/llvm-project/llvm/lib/Target/Xtensa/
H A DXtensaISelLowering.cpp382 unsigned char TF = 0; LowerCall() local
/llvm-project/llvm/lib/CodeGen/
H A DMachineOperand.cpp481 static const char *getTargetFlagName(const TargetInstrInfo *TII, unsigned TF) { in getTargetFlagName() argument
H A DIfConversion.cpp895 MachineBasicBlock *TF = TrueBBI.FalseBB; in ValidForkedDiamond() local
/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp3008 unsigned TF = 0; parseMachineOperandAndTargetFlags() local
3199 MachineMemOperand::Flags TF; parseMemoryOperandFlag() local
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1151 unsigned char TF = IsPositionIndependent ? HexagonII::MO_PCREL : 0; LowerConstantPool() local
1341 unsigned char TF = LowerToTLSInitialExecModel() local
H A DHexagonConstExtenders.cpp349 unsigned char TF; // TargetFlags. member
/llvm-project/llvm/tools/llvm-jitlink/
H A Dllvm-jitlink.cpp2126 getTargetInfo(const Triple & TT,const SubtargetFeatures & TF=SubtargetFeatures ()) getTargetInfo() argument
/llvm-project/llvm/lib/Target/VE/
H A DVEISelLowering.cpp975 withTargetFlags(SDValue Op,unsigned TF,SelectionDAG & DAG) const withTargetFlags() argument

12