Searched refs:PtrToInt (Results 1 - 25 of 60) sorted by relevance

123

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DOperator.h574 : public ConcreteOperator<Operator, Instruction::PtrToInt> {
575 friend class PtrToInt;
H A DConstantFolder.h220 return CreateCast(Instruction::PtrToInt, C, DestTy);
H A DNoFolder.h254 return CreateCast(Instruction::PtrToInt, C, DestTy);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSpeculativeExecution.cpp231 case Instruction::PtrToInt:
H A DGVNSink.cpp479 case Instruction::PtrToInt:
H A DInferAddressSpaces.cpp236 if (!P2I || P2I->getOpcode() != Instruction::PtrToInt)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreLowerThreadLocal.cpp117 case Instruction::PtrToInt:
/freebsd-13-stable/contrib/llvm-project/lldb/source/Expression/
H A DIRInterpreter.cpp265 case Instruction::PtrToInt:
464 case Instruction::PtrToInt:
571 case Instruction::PtrToInt:
1132 case Instruction::PtrToInt: {
1149 LLDB_LOGF(log, "Interpreted a PtrToInt");
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetFolder.h205 return CreateCast(Instruction::PtrToInt, C, DestTy);
H A DTargetTransformInfoImpl.h418 case Instruction::PtrToInt: {
886 case Instruction::PtrToInt:
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackProtector.cpp186 case Instruction::PtrToInt:
238 // we'll catch it in the PtrToInt case above.
H A DMachineFunction.cpp1162 A = ConstantFoldCastOperand(Instruction::PtrToInt,
1168 B = ConstantFoldCastOperand(Instruction::PtrToInt,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DGlobals.cpp452 case Instruction::PtrToInt:
H A DInstructions.cpp2633 case Instruction::PtrToInt:
2705 { 1, 0, 0,99,99, 0, 0,99,99,99, 7, 3, 0}, // PtrToInt |
2885 case PtrToInt: return new PtrToIntInst (S, Ty, Name, InsertBefore);
2907 case PtrToInt: return new PtrToIntInst (S, Ty, Name, InsertAtEnd);
2976 return Create(Instruction::PtrToInt, S, Ty, Name, InsertAtEnd);
2981 /// Create a BitCast or a PtrToInt cast instruction
2995 return Create(Instruction::PtrToInt, S, Ty, Name, InsertBefore);
3030 return Create(Instruction::PtrToInt, S, Ty, Name, InsertBefore);
3260 return PtrToInt; // ptr -> int
3363 case Instruction::PtrToInt
[all...]
H A DConstants.cpp634 if (LHS && RHS && LHS->getOpcode() == Instruction::PtrToInt &&
635 RHS->getOpcode() == Instruction::PtrToInt) {
1427 case Instruction::PtrToInt:
1808 case Instruction::PtrToInt:
2000 "PtrToInt source must be pointer or pointer vector");
2002 "PtrToInt destination must be integer or integer vector");
2008 return getFoldedCast(Instruction::PtrToInt, C, DstTy, OnlyIfReduced);
3264 case Instruction::PtrToInt:
H A DInstruction.cpp377 case PtrToInt: return "ptrtoint";
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp1816 if (Cexpr->getOpcode() == Instruction::PtrToInt) {
1838 if (Cexpr->getOpcode() == Instruction::PtrToInt) {
2055 case Instruction::PtrToInt: {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DEvaluator.cpp90 case Instruction::PtrToInt:
H A DScalarEvolutionExpander.cpp119 Op == Instruction::PtrToInt ||
135 if ((Op == Instruction::PtrToInt || Op == Instruction::IntToPtr) &&
138 if ((CI->getOpcode() == Instruction::PtrToInt ||
144 if ((CE->getOpcode() == Instruction::PtrToInt ||
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DCFLGraph.h517 case Instruction::PtrToInt: {
H A DConstantFolding.cpp308 if (CE->getOpcode() == Instruction::PtrToInt ||
365 Cast = Instruction::PtrToInt;
784 // PtrToInt may change the bitwidth so we have convert to the right size
1251 if (CE0->getOpcode() == Instruction::PtrToInt) {
1277 if (CE0->getOpcode() == Instruction::PtrToInt) {
1334 case Instruction::PtrToInt:
1359 if (CE->getOpcode() == Instruction::PtrToInt) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLLexer.cpp873 INSTKEYWORD(ptrtoint, PtrToInt);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp645 if (UseInst->getOpcode() == Instruction::PtrToInt)
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp172 case Instruction::PtrToInt:
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp371 I->getOpcode() == Instruction::PtrToInt ||
1950 case Instruction::PtrToInt: {

Completed in 403 milliseconds

123