Searched refs:isPositionIndependent (Results 26 - 50 of 61) sorted by relevance

123

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86SpeculativeLoadHardening.cpp1113 !Subtarget->isPositionIndependent()) {
1152 !Subtarget->isPositionIndependent()) {
2129 !Subtarget->isPositionIndependent()) {
2167 !Subtarget->isPositionIndependent()) {
H A DX86Subtarget.h865 bool isPositionIndependent() const;
H A DX86MCInstLower.cpp1521 if (isPositionIndependent())
1624 if (isPositionIndependent())
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMAsmPrinter.cpp640 if (isPositionIndependent()) {
650 if (isPositionIndependent() || STI.isROPI()) {
656 if (isPositionIndependent()) {
986 if (isPositionIndependent() || Subtarget->isROPI())
H A DARMFastISel.cpp189 bool isPositionIndependent() const;
524 bool ARMFastISel::isPositionIndependent() const { function in class:ARMFastISel
525 return TLI.isPositionIndependent();
546 bool IsPositionIndependent = isPositionIndependent();
H A DThumb2InstrInfo.cpp224 if (MF.getTarget().isPositionIndependent())
H A DARMInstructionSelector.cpp661 if (TM.isPositionIndependent()) {
H A DARMConstantIslandPass.cpp353 STI->getTargetLowering()->isPositionIndependent() || STI->isROPI();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcAsmPrinter.cpp182 if (!isPositionIndependent()) {
H A DSparcISelLowering.cpp942 unsigned TF = isPositionIndependent() ? SparcMCExpr::VK_Sparc_WPLT30 : 0;
1245 unsigned TF = isPositionIndependent() ? SparcMCExpr::VK_Sparc_WPLT30 : 0;
1951 if (isPositionIndependent()) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp553 if (!TM.isPositionIndependent() || !TM.getABI().IsO32() ||
2085 if (!isPositionIndependent()) {
2131 if (!isPositionIndependent())
2226 if (!isPositionIndependent())
2239 if (!isPositionIndependent()) {
3111 !isPositionIndependent() ||
3169 bool IsPIC = isPositionIndependent();
4318 if (ABI.IsN64() && isPositionIndependent())
H A DMipsBranchExpansion.cpp845 IsPIC = TM.isPositionIndependent();
H A DMipsCallLowering.cpp528 Info.Callee.isGlobal() && TM.isPositionIndependent();
H A DMipsISelLowering.h377 return getTargetMachine().isPositionIndependent();
H A DMipsSEISelDAGToDAG.cpp325 if (!TM.isPositionIndependent()) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCRegisterInfo.cpp297 bool IsPositionIndependent = TM.isPositionIndependent();
1230 if (Subtarget.isSVR4ABI() && TM.isPositionIndependent())
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp957 if (getContext().getObjectFileInfo()->isPositionIndependent()) {
1279 if (getContext().getObjectFileInfo()->isPositionIndependent()) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp231 if (TLI.isPositionIndependent())
616 if (TLI.isPositionIndependent())
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsTargetStreamer.cpp798 Pic = MCA.getContext().getObjectFileInfo()->isPositionIndependent();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1111 bool IsPositionIndependent = isPositionIndependent();
1137 if (isPositionIndependent()) {
1301 bool IsPositionIndependent = isPositionIndependent();
H A DHexagonFrameLowering.cpp1379 bool IsPIC = HTM.isPositionIndependent();
1444 bool IsPIC = HTM.isPositionIndependent();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp201 bool AsmPrinter::isPositionIndependent() const { function in class:AsmPrinter
202 return TM.isPositionIndependent();
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3121 bool isPositionIndependent() const;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp45 bool TargetLowering::isPositionIndependent() const { function in class:TargetLowering
46 return getTargetMachine().isPositionIndependent();
429 if (!isPositionIndependent())
472 if (isPositionIndependent())
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1878 return getTargetMachine().isPositionIndependent();

Completed in 500 milliseconds

123