Searched refs:CallOperandVal (Results 1 – 11 of 11) sorted by relevance
2288 OpInfo.CallOperandVal = const_cast<Value *>(CS.getArgument(ArgNo++)); in ParseConstraints()2305 OpInfo.CallOperandVal = const_cast<Value *>(CS.getArgument(ArgNo++)); in ParseConstraints()2312 if (OpInfo.CallOperandVal) { in ParseConstraints()2313 llvm::Type *OpTy = OpInfo.CallOperandVal->getType(); in ParseConstraints()2494 Value *CallOperandVal = info.CallOperandVal; in getSingleConstraintMatchWeight() local2497 if (!CallOperandVal) in getSingleConstraintMatchWeight()2503 if (isa<ConstantInt>(CallOperandVal)) in getSingleConstraintMatchWeight()2507 if (isa<GlobalValue>(CallOperandVal)) in getSingleConstraintMatchWeight()2512 if (isa<ConstantFP>(CallOperandVal)) in getSingleConstraintMatchWeight()2525 if (CallOperandVal->getType()->isIntegerTy()) in getSingleConstraintMatchWeight()[all …]
6132 if (!CallOperandVal) return MVT::Other; in getCallOperandValEVT()6134 if (isa<BasicBlock>(CallOperandVal)) in getCallOperandValEVT()6137 llvm::Type *OpTy = CallOperandVal->getType(); in getCallOperandValEVT()6315 OpInfo.CallOperandVal = const_cast<Value *>(CS.getArgument(ArgNo++)); in visitInlineAsm()6331 OpInfo.CallOperandVal = const_cast<Value *>(CS.getArgument(ArgNo++)); in visitInlineAsm()6340 if (OpInfo.CallOperandVal) { in visitInlineAsm()6341 if (const BasicBlock *BB = dyn_cast<BasicBlock>(OpInfo.CallOperandVal)) { in visitInlineAsm()6344 OpInfo.CallOperand = getValue(OpInfo.CallOperandVal); in visitInlineAsm()6433 const Value *OpVal = OpInfo.CallOperandVal; in visitInlineAsm()6455 OpInfo.CallOperandVal = nullptr; in visitInlineAsm()[all …]
447 Value *CallOperandVal = info.CallOperandVal; in getSingleConstraintMatchWeight() local450 if (!CallOperandVal) in getSingleConstraintMatchWeight()452 Type *type = CallOperandVal->getType(); in getSingleConstraintMatchWeight()463 if (CallOperandVal->getType()->isIntegerTy()) in getSingleConstraintMatchWeight()473 if (auto *C = dyn_cast<ConstantInt>(CallOperandVal)) in getSingleConstraintMatchWeight()479 if (auto *C = dyn_cast<ConstantInt>(CallOperandVal)) in getSingleConstraintMatchWeight()485 if (auto *C = dyn_cast<ConstantInt>(CallOperandVal)) in getSingleConstraintMatchWeight()491 if (auto *C = dyn_cast<ConstantInt>(CallOperandVal)) in getSingleConstraintMatchWeight()497 if (auto *C = dyn_cast<ConstantInt>(CallOperandVal)) in getSingleConstraintMatchWeight()
2581 Value *CallOperandVal; member2597 ConstraintType(TargetLowering::C_Unknown), CallOperandVal(nullptr), in AsmOperandInfo()
3210 Value *CallOperandVal = info.CallOperandVal; in getSingleConstraintMatchWeight() local3213 if (!CallOperandVal) in getSingleConstraintMatchWeight()3215 Type *type = CallOperandVal->getType(); in getSingleConstraintMatchWeight()3246 if (isa<ConstantInt>(CallOperandVal)) in getSingleConstraintMatchWeight()
3082 Value *CallOperandVal = info.CallOperandVal; in getSingleConstraintMatchWeight() local3085 if (!CallOperandVal) in getSingleConstraintMatchWeight()3094 if (ConstantInt *C = dyn_cast<ConstantInt>(info.CallOperandVal)) { in getSingleConstraintMatchWeight()
24199 Value *CallOperandVal = info.CallOperandVal; in getSingleConstraintMatchWeight() local24202 if (!CallOperandVal) in getSingleConstraintMatchWeight()24204 Type *type = CallOperandVal->getType(); in getSingleConstraintMatchWeight()24219 if (CallOperandVal->getType()->isIntegerTy()) in getSingleConstraintMatchWeight()24239 if (ConstantInt *C = dyn_cast<ConstantInt>(info.CallOperandVal)) { in getSingleConstraintMatchWeight()24245 if (ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) { in getSingleConstraintMatchWeight()24251 if (ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) { in getSingleConstraintMatchWeight()24257 if (ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) { in getSingleConstraintMatchWeight()24263 if (ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) { in getSingleConstraintMatchWeight()24269 if (ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal)) { in getSingleConstraintMatchWeight()[all …]
4273 Value *CallOperandVal = info.CallOperandVal; in getSingleConstraintMatchWeight() local4276 if (!CallOperandVal) in getSingleConstraintMatchWeight()4278 Type *type = CallOperandVal->getType(); in getSingleConstraintMatchWeight()
10504 Value *CallOperandVal = info.CallOperandVal; in getSingleConstraintMatchWeight() local10507 if (!CallOperandVal) in getSingleConstraintMatchWeight()10509 Type *type = CallOperandVal->getType(); in getSingleConstraintMatchWeight()
10543 Value *CallOperandVal = info.CallOperandVal; in getSingleConstraintMatchWeight() local10546 if (!CallOperandVal) in getSingleConstraintMatchWeight()10548 Type *type = CallOperandVal->getType(); in getSingleConstraintMatchWeight()
2934 if (OpInfo.CallOperandVal == OpVal && in IsOperandAMemoryOperand()