Home
last modified time | relevance | path

Searched refs:CallOperandVal (Results 1 – 11 of 11) sorted by relevance

/minix/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp2303 if (OpInfo.CallOperandVal) { in ParseConstraints()
2304 llvm::Type *OpTy = OpInfo.CallOperandVal->getType(); in ParseConstraints()
2485 Value *CallOperandVal = info.CallOperandVal; in getSingleConstraintMatchWeight() local
2488 if (!CallOperandVal) in getSingleConstraintMatchWeight()
2494 if (isa<ConstantInt>(CallOperandVal)) in getSingleConstraintMatchWeight()
2498 if (isa<GlobalValue>(CallOperandVal)) in getSingleConstraintMatchWeight()
2503 if (isa<ConstantFP>(CallOperandVal)) in getSingleConstraintMatchWeight()
2516 if (CallOperandVal->getType()->isIntegerTy()) in getSingleConstraintMatchWeight()
2612 if (OpInfo.ConstraintCode == "X" && OpInfo.CallOperandVal) { in ComputeConstraintToUse()
2616 Value *v = OpInfo.CallOperandVal; in ComputeConstraintToUse()
[all …]
H A DSelectionDAGBuilder.cpp6301 if (!CallOperandVal) return MVT::Other; in getCallOperandValEVT()
6303 if (isa<BasicBlock>(CallOperandVal)) in getCallOperandValEVT()
6306 llvm::Type *OpTy = CallOperandVal->getType(); in getCallOperandValEVT()
6483 OpInfo.CallOperandVal = const_cast<Value *>(CS.getArgument(ArgNo++)); in visitInlineAsm()
6499 OpInfo.CallOperandVal = const_cast<Value *>(CS.getArgument(ArgNo++)); in visitInlineAsm()
6508 if (OpInfo.CallOperandVal) { in visitInlineAsm()
6509 if (const BasicBlock *BB = dyn_cast<BasicBlock>(OpInfo.CallOperandVal)) { in visitInlineAsm()
6512 OpInfo.CallOperand = getValue(OpInfo.CallOperandVal); in visitInlineAsm()
6600 const Value *OpVal = OpInfo.CallOperandVal; in visitInlineAsm()
6622 OpInfo.CallOperandVal = nullptr; in visitInlineAsm()
[all …]
/minix/external/bsd/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp428 Value *CallOperandVal = info.CallOperandVal; in getSingleConstraintMatchWeight() local
431 if (!CallOperandVal) in getSingleConstraintMatchWeight()
433 Type *type = CallOperandVal->getType(); in getSingleConstraintMatchWeight()
444 if (CallOperandVal->getType()->isIntegerTy()) in getSingleConstraintMatchWeight()
454 if (auto *C = dyn_cast<ConstantInt>(CallOperandVal)) in getSingleConstraintMatchWeight()
460 if (auto *C = dyn_cast<ConstantInt>(CallOperandVal)) in getSingleConstraintMatchWeight()
466 if (auto *C = dyn_cast<ConstantInt>(CallOperandVal)) in getSingleConstraintMatchWeight()
472 if (auto *C = dyn_cast<ConstantInt>(CallOperandVal)) in getSingleConstraintMatchWeight()
478 if (auto *C = dyn_cast<ConstantInt>(CallOperandVal)) in getSingleConstraintMatchWeight()
/minix/external/bsd/llvm/dist/llvm/include/llvm/Target/
H A DTargetLowering.h2630 Value *CallOperandVal; member
2646 ConstraintType(TargetLowering::C_Unknown), CallOperandVal(nullptr), in AsmOperandInfo()
/minix/external/bsd/llvm/dist/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp3217 Value *CallOperandVal = info.CallOperandVal; in getSingleConstraintMatchWeight() local
3220 if (!CallOperandVal) in getSingleConstraintMatchWeight()
3222 Type *type = CallOperandVal->getType(); in getSingleConstraintMatchWeight()
3253 if (isa<ConstantInt>(CallOperandVal)) in getSingleConstraintMatchWeight()
/minix/external/bsd/llvm/dist/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp3086 Value *CallOperandVal = info.CallOperandVal; in getSingleConstraintMatchWeight() local
3089 if (!CallOperandVal) in getSingleConstraintMatchWeight()
3098 if (ConstantInt *C = dyn_cast<ConstantInt>(info.CallOperandVal)) { in getSingleConstraintMatchWeight()
/minix/external/bsd/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp26299 Value *CallOperandVal = info.CallOperandVal; in getSingleConstraintMatchWeight() local
26302 if (!CallOperandVal) in getSingleConstraintMatchWeight()
26304 Type *type = CallOperandVal->getType(); in getSingleConstraintMatchWeight()
26319 if (CallOperandVal->getType()->isIntegerTy()) in getSingleConstraintMatchWeight()
26345 if (ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) { in getSingleConstraintMatchWeight()
26351 if (ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) { in getSingleConstraintMatchWeight()
26357 if (ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) { in getSingleConstraintMatchWeight()
26363 if (ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) { in getSingleConstraintMatchWeight()
26369 if (ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) { in getSingleConstraintMatchWeight()
26376 if (dyn_cast<ConstantFP>(CallOperandVal)) { in getSingleConstraintMatchWeight()
[all …]
/minix/external/bsd/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp4236 Value *CallOperandVal = info.CallOperandVal; in getSingleConstraintMatchWeight() local
4239 if (!CallOperandVal) in getSingleConstraintMatchWeight()
4241 Type *type = CallOperandVal->getType(); in getSingleConstraintMatchWeight()
/minix/external/bsd/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp9369 Value *CallOperandVal = info.CallOperandVal; in getSingleConstraintMatchWeight() local
9372 if (!CallOperandVal) in getSingleConstraintMatchWeight()
9374 Type *type = CallOperandVal->getType(); in getSingleConstraintMatchWeight()
/minix/external/bsd/llvm/dist/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp10520 Value *CallOperandVal = info.CallOperandVal; in getSingleConstraintMatchWeight() local
10523 if (!CallOperandVal) in getSingleConstraintMatchWeight()
10525 Type *type = CallOperandVal->getType(); in getSingleConstraintMatchWeight()
/minix/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp2671 if (OpInfo.CallOperandVal == OpVal && in IsOperandAMemoryOperand()