Searched refs:getExistingMachineCPValueImpl (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMConstantPoolValue.cpp194 getExistingMachineCPValueImpl<ARMConstantPoolConstant>(CP, Alignment);
241 return getExistingMachineCPValueImpl<ARMConstantPoolSymbol>(CP, Alignment);
281 return getExistingMachineCPValueImpl<ARMConstantPoolMBB>(CP, Alignment);
H A DARMConstantPoolValue.h79 int getExistingMachineCPValueImpl(MachineConstantPool *CP, Align Alignment) { function in class:llvm::ARMConstantPoolValue

Completed in 50 milliseconds