HomeSort by relevance Sort by last modified time
    Searched defs:Splice (Results 1 - 23 of 23) sorted by null

  /external/swiftshader/third_party/LLVM/lib/CodeGen/
CodePlacementOpt.cpp 55 void Splice(MachineFunction &MF,
128 /// Splice - Move the sequence of instructions [Begin,End) to just before
133 void CodePlacementOpt::Splice(MachineFunction &MF,
138 "Splice can't change the entry block!");
142 MF.splice(InsertPt, Begin, End);
221 Splice(MF, TopMBB, Begin, End);
329 Splice(MF, InsertPt, Begin, End);
  /prebuilts/go/darwin-x86/src/syscall/
zsyscall_linux_386.go     [all...]
zsyscall_linux_amd64.go     [all...]
zsyscall_linux_arm.go     [all...]
zsyscall_linux_arm64.go     [all...]
zsyscall_linux_mips.go 1371 func Splice(rfd int, roff *int64, wfd int, woff *int64, len int, flags int) (n int64, err error) {
    [all...]
zsyscall_linux_mips64.go     [all...]
zsyscall_linux_mips64le.go     [all...]
zsyscall_linux_mipsle.go 1371 func Splice(rfd int, roff *int64, wfd int, woff *int64, len int, flags int) (n int64, err error) {
    [all...]
zsyscall_linux_ppc64.go     [all...]
zsyscall_linux_ppc64le.go     [all...]
zsyscall_linux_s390x.go     [all...]
  /prebuilts/go/linux-x86/src/syscall/
zsyscall_linux_386.go     [all...]
zsyscall_linux_amd64.go     [all...]
zsyscall_linux_arm.go     [all...]
zsyscall_linux_arm64.go     [all...]
zsyscall_linux_mips.go 1371 func Splice(rfd int, roff *int64, wfd int, woff *int64, len int, flags int) (n int64, err error) {
    [all...]
zsyscall_linux_mips64.go     [all...]
zsyscall_linux_mips64le.go     [all...]
zsyscall_linux_mipsle.go 1371 func Splice(rfd int, roff *int64, wfd int, woff *int64, len int, flags int) (n int64, err error) {
    [all...]
zsyscall_linux_ppc64.go     [all...]
zsyscall_linux_ppc64le.go     [all...]
zsyscall_linux_s390x.go     [all...]

Completed in 232 milliseconds