Home
last modified time | relevance | path

Searched defs:InputReg (Results 1 – 7 of 7) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DUnreachableBlockElim.cpp165 Register InputReg = Input.getReg(); runOnMachineFunction() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSILowerControlFlow.cpp738 Register InputReg = MI.getOperand(0).getReg(); lowerInitExec() local
H A DAMDGPUCallLowering.cpp820 Register InputReg = MRI.createGenericVirtualRegister(ArgTy); in passSpecialInputs() local
885 Register InputReg; in passSpecialInputs() local
[all...]
H A DSIISelLowering.cpp3297 SDValue InputReg; passSpecialInputs() local
3356 SDValue InputReg; passSpecialInputs() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastISel.cpp2522 Register InputReg = getRegForValue(I->getOperand(0)); X86SelectTrunc() local
2593 Register InputReg = getRegForValue(Op); fastLowerIntrinsicCall() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1473 Register InputReg = getRegForValue(I->getOperand(0)); selectCast() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h1357 getExtractSubregLikeInputs(const MachineInstr & MI,unsigned DefIdx,RegSubRegPairAndIdx & InputReg) getExtractSubregLikeInputs() argument